home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
GRAPH_FO
/
CFONTORA.H
< prev
next >
Wrap
Text File
|
1991-02-15
|
541b
|
23 lines
/******************************************************************************
CFontorama.h
A panorama that supports Font and Size menus.
SUPERCLASS = CPanorama.h
Copyright ⌐ 1991 Maarten Meijer. All rights reserved.
CIS 100016,1764; FidoNet 2:512/114
*******************************************************************************/
#define _H_CFontorama
#include <CPanorama.h>
/* class definition */
struct CFontorama : CPanorama {
/** Instance Methods **/
void DoCommand(long theCommand);
void UpdateMenus(void);
};